home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcl / cl-nd-cl.lha / clue / clio / exports.lisp < prev    next >
Text File  |  1992-05-26  |  4KB  |  308 lines

  1.  
  2. ; "clio"
  3.  
  4. ; "ol-defs"
  5.  
  6. ; "utility"
  7. (in-package "CLIO-OPEN")
  8.  
  9. (export '(
  10.       contact-current-background
  11.       contact-current-background-pixel
  12.  
  13.       inch-pixels
  14.       millimeter-pixels
  15.       pixel-inches
  16.       pixel-millimeters
  17.       pixel-points
  18.       point-pixels
  19.       ))
  20.  
  21. ; "core-mixins"
  22.  
  23. (export '(
  24.       switch
  25.       
  26.       *default-contact-border*
  27.       *default-contact-foreground*
  28.       
  29.       core
  30.       core-shell
  31.       contact-foreground
  32.       contact-border
  33.       contact-scale
  34.       rescale
  35.  
  36.       *default-display-horizontal-space*
  37.       *default-display-vertical-space* 
  38.       display-horizontal-space
  39.       display-vertical-space
  40.       )
  41.     'clio-open)
  42.  
  43. ; "gravity"
  44.  
  45. (export '(
  46.       gravity
  47.       *default-display-bottom-margin*
  48.       *default-display-left-margin*
  49.       *default-display-right-margin*
  50.       *default-display-top-margin*      
  51.       
  52.       display-bottom-margin
  53.       display-gravity
  54.       display-left-margin
  55.       display-right-margin
  56.       display-top-margin
  57.       )
  58.     'clio-open)
  59.  
  60. ; "buffer"
  61. (export '(
  62.       buffer
  63.       buffer-insert
  64.       buffer-delete
  65.       buffer-subseq
  66.       buffer-length
  67.       buffer-number-lines
  68.  
  69.       mark
  70.       move-mark
  71.       )
  72.     'clio-open)
  73.  
  74. ; "text-command"
  75.  
  76. (export '(
  77.       text-command-table
  78.       text-command
  79.       make-text-command-table
  80.       )
  81.     'clio-open)
  82.  
  83. ; "display-text"
  84.  
  85. (export '(
  86.       *default-display-text-font*
  87.       display-text
  88.       display-text-alignment
  89.       display-text-copy
  90.       display-text-field
  91.       display-text-font
  92.       display-text-selection 
  93.       display-text-source
  94.       edit-text-mark
  95.       edit-text-point
  96.       make-display-text
  97.       make-display-text-field
  98.       )
  99.     'clio-open)
  100.  
  101. ; "ol-images"
  102.  
  103. ; "buttons"
  104.  
  105. (EXPORT '(
  106.       action-button
  107.       button-font
  108.       button-label
  109.       button-label-alignment
  110.       button-switch
  111.       choice-item-highlight-default-p
  112.       choice-item-font
  113.       choice-item-highlight-selected-p
  114.       choice-item-label
  115.       choice-item-selected-p
  116.       make-action-button
  117.       make-action-item
  118.       make-toggle-button
  119.       action-item
  120.       toggle-button
  121.       )
  122.     'clio-open)
  123.  
  124. ; "confirm"
  125.  
  126. (export '(
  127.       confirm
  128.       confirm-accept-label
  129.       confirm-accept-only
  130.       confirm-cancel-label
  131.       confirm-message
  132.       confirm-near
  133.       confirm-p
  134.       make-confirm
  135.       ))
  136.  
  137. ; "scroller"
  138.  
  139. (export '(
  140.       make-scroller
  141.       scale-increment
  142.       scale-indicator-size
  143.       scale-maximum
  144.       scale-minimum
  145.       scale-orientation
  146.       scale-update
  147.       scale-update-delay
  148.       scale-value
  149.       scroller
  150.       )
  151.     'clio-open)
  152.  
  153. ; "table"
  154.  
  155. (export '(
  156.       table
  157.       make-table
  158.       table-column-alignment
  159.       table-column-width
  160.       table-columns
  161.       table-delete-policy
  162.       table-layout-size-policy
  163.       table-member
  164.       table-row-alignment
  165.       table-row-height
  166.       table-same-height-in-row
  167.       table-same-width-in-column
  168.       table-separator
  169.       table-row
  170.       table-column
  171.       )
  172.     'clio-open)
  173.  
  174. ; "choices"
  175.  
  176. (EXPORT '(
  177.       choices
  178.       choice-default
  179.       choice-font
  180.       choice-policy
  181.       choice-selection
  182.       make-choices
  183.       ))
  184.  
  185. ; "form"
  186.  
  187. (export '(
  188.       form
  189.       make-form
  190.       make-horizontal-link
  191.       make-vertical-link
  192.       form-max-height
  193.       form-max-width
  194.       form-min-height
  195.       form-min-width
  196.       link-from
  197.       link-to
  198.       link-orientation
  199.       link-attach-from
  200.       link-attach-to
  201.       link-length
  202.       link-maximum
  203.       link-minimum
  204.       link-update
  205.       find-link
  206.       )
  207.     'clio-open)
  208.  
  209. ; "menu"
  210.  
  211. (export '(
  212.       make-menu
  213.       menu
  214.       menu-choice
  215.       menu-title
  216.       )
  217.     'clio-open)
  218.  
  219. ; "psheet"
  220.  
  221. (export '(make-property-sheet
  222.       property-sheet
  223.       property-sheet-area
  224.  
  225.       dialog-accept
  226.       dialog-cancel
  227.       ))
  228.  
  229. ; "command"
  230.  
  231. (export '(make-command
  232.       command
  233.       command-area
  234.       command-control-area
  235.       command-default-accept
  236.       command-default-cancel
  237.       dialog-default-control 
  238.       ))
  239.  
  240. ; "edit-text"
  241.  
  242. (export '(
  243.       edit-text
  244.       edit-text-clear
  245.       edit-text-cut
  246.       edit-text-field
  247.       edit-text-grow
  248.       edit-text-field-length
  249.       edit-text-paste
  250.  
  251.       make-edit-text
  252.       make-edit-text-field
  253.       )
  254.     'clio-open)
  255.  
  256. ; "slider"
  257.  
  258. (export '(
  259.       make-slider
  260.       slider
  261.       )
  262.     'clio-open)
  263.  
  264. ; "scroll-frame"
  265.  
  266. (export '(scroll-frame
  267.       make-scroll-frame
  268.       scroll-frame-area
  269.       scroll-frame-content
  270.       scroll-frame-horizontal
  271.       scroll-frame-left
  272.       scroll-frame-position
  273.       scroll-frame-reposition
  274.       scroll-frame-top
  275.       scroll-frame-vertical
  276.       ))
  277.  
  278. ; "mchoices"
  279.  
  280. (EXPORT '(
  281.       choice-default
  282.       choice-font
  283.       choice-selection
  284.       make-multiple-choices
  285.       multiple-choices
  286.       ))
  287.  
  288. ; "dlog-button"
  289.  
  290. (export '(
  291.       dialog-button
  292.       dialog-item
  293.       make-dialog-item
  294.       make-dialog-button
  295.       button-dialog
  296.       present-dialog            ; As good a place as any.
  297.       )
  298.     'clio-open)
  299.  
  300. ; "display-imag"
  301.  
  302. (export '(
  303.       make-display-image
  304.       display-image
  305.       display-image-source
  306.       )
  307.     'clio-open)
  308.